From: Kim F. Storm Date: Fri, 19 Mar 2004 10:40:46 +0000 (+0000) Subject: (hexl-follow-line): Don't require 'fringe. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23637 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=24c568533b158353707a063b2ea79ab843fe985c;p=emacs.git (hexl-follow-line): Don't require 'fringe. --- diff --git a/lisp/hexl.el b/lisp/hexl.el index 9cfeb291363..cc36c37602e 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -900,7 +900,6 @@ Customize the variable `hexl-follow-ascii' to disable this feature." (defun hexl-follow-line () "Activate `hl-line-mode'" (require 'frame) - (require 'fringe) (require 'hl-line) (set (make-local-variable 'hl-line-range-function) 'hexl-highlight-line-range)